﻿/**v1.0**/
@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-Light-woff.woff);
  font-weight: 200; }

@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-Regular-woff.woff); }

@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-RegularItalic-woff.woff);
  font-style: italic; }

@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-Bold-woff.woff);
  font-weight: 700; }

@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-BoldItalic-woff.woff);
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: Bosch Sans;
  src: url(../fonts/BoschSans-Black-woff.woff);
  font-weight: 900; }

@font-face {
  font-family: dc-icon-font;
  src: url(../fonts/dc-icon-font.eot?m9qcv1);
  src: url(../fonts/dc-icon-font.eot?m9qcv1#iefix) format("embedded-opentype"), url(../fonts/dc-icon-font.ttf?m9qcv1) format("truetype"), url(../fonts/dc-icon-font.woff?m9qcv1) format("woff"), url(../fonts/dc-icon-font.svg?m9qcv1#dc-icon-font) format("svg");
  font-weight: 400;
  font-style: normal; }

#rbsearch {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  color: #333;
  font-size: 16px; }

#rbsearch, #rbsearch .accordeon {
  position: relative;
  font-family: Bosch Sans; }

#rbsearch .accordeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 1em;
  color: #0d2b49;
  border-top: 1px solid #d9d9d9;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1; }

#rbsearch .accordeon.sticky {
  position: fixed;
  width: 100%;
  max-width: 982px;
  top: 0;
  margin: 0 auto !important;
  padding: 10px 0;
  background-color: #f2f2f2; }

#rbsearch .accordeon .arrow-down {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 auto;
  line-height: 0; }

#rbsearch .accordeon .arrow-down:before {
  font-size: 1.7em;
  content: "\e94e";
  position: relative;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch .accordeon .arrow-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 auto;
  line-height: 0; }

#rbsearch .accordeon .arrow-right:before {
  font-size: 1.7em;
  content: "\e95a";
  position: relative;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch .accordeon #eshop-resultcount {
  font-weight: 700;
  font-size: 1em; }

#rbsearch .accordeon #eshop-resultcount:before {
  content: " ";
  white-space: pre; }

#rbsearch .dc-search-searchbox {
  padding: 120px 0 100px; }

#rbsearch .dc-search-searchbox.dc-search-with-spelling {
  padding: 120px 0 62px; }

#rbsearch .dc-search-input-wrapper {
  display: block;
  width: 100%;
  max-width: 610px;
  margin: 0 auto; }

#rbsearch .dc-search-input-inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#rbsearch .dc-search-input-inner #dc-search-input {
  background-color: #e5eef2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 58px;
  padding: 0 20px;
  font-family: Bosch Sans;
  font-size: 1em;
  line-height: 1.4;
  color: #5a7c91;
  border: 1px solid #e5eef2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

#rbsearch .dc-search-input-inner #dc-search-input::-webkit-input-placeholder {
  color: #5a7c91; }

#rbsearch .dc-search-input-inner #dc-search-input:-ms-input-placeholder {
  color: #5a7c91; }

#rbsearch .dc-search-input-inner #dc-search-input::-ms-input-placeholder {
  color: #5a7c91; }

#rbsearch .dc-search-input-inner #dc-search-input::placeholder {
  color: #5a7c91; }

#rbsearch .dc-search-input-inner .dc-search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #0cf;
  color: #fff;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  cursor: pointer; }

#rbsearch .dc-search-input-inner .dc-search-button:before {
  padding: 20px;
  font-size: 1.25em;
  content: "\e962";
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch .dc-search-input-inner .dc-search-button:hover {
  background-color: #00b8e6; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  max-width: 610px;
  background-color: #e5eef2;
  font-family: Bosch Sans;
  font-size: 1em;
  color: #5a7c91;
  z-index: 9999 !important;
  pointer-events: all; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete > span {
  display: inline-block !important;
  width: 100%; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #5a7c91; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList li {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #5a7c91;
  vertical-align: baseline; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList li a {
  display: block;
  font-family: Bosch Sans;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #5a7c91;
  text-decoration: none;
  padding: 4px 20px;
  width: calc(100% - 40px);
  vertical-align: baseline; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList li:first-child a {
  padding: 19px 20px 4px; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList li:last-child a {
  padding: 4px 20px 11px; }

#rbsearch .dc-search-input-inner .dc-search-autocomplete #SAYTList li a span {
  font-weight: 700;
  color: #5a7c91;
  display: inline;
  vertical-align: baseline; }

#rbsearch .dc-search-suggestions h2 {
  margin: 0;
  padding: 20px 0 0;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  text-transform: none; }

#rbsearch .dc-search-suggestions h2 a {
  font-size: 1em;
  color: #00cbff;
  text-decoration: none; }

#rbsearch #gsa-result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

#rbsearch #gsa-result-box .dc-search-contextcolumn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  min-width: 0;
  margin-right: 25px; }

#rbsearch #gsa-result-box .dc-search-contentcolumn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#rbsearch #searchFilter {
  background-color: #e5eef2;
  padding: 20px 15px; }

#rbsearch #searchFilter.fixed {
  position: fixed;
  width: 270px; }

#rbsearch #psn-filtercloud-container {
  margin: 0 0 19px 20px;
  font-family: Bosch Sans;
  font-size: 1em; }

#rbsearch #psn-filtercloud-container .psn-filtercloud-heading {
  display: block;
  color: #0d2b49;
  margin: 0 0 20px; }

#rbsearch #psn-filtercloud-container #psn-filtercloud {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em; }

#rbsearch #psn-filtercloud-container #psn-filtercloud .psn-filtercloud-entry {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d2b49;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px 4px 0;
  padding: 3px 6px;
  font-size: .874em;
  white-space: nowrap;
  cursor: pointer; }

#rbsearch #psn-filtercloud-container #psn-filtercloud .psn-filtercloud-entry:after {
  content: "\e90f";
  margin-left: 8px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-filtercloud-container #psn-filtercloud .psn-filtercloud-clearall {
  float: left;
  clear: both;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #49ccff;
  margin-top: 19px;
  cursor: pointer;
  font-size: .874em; }

#rbsearch #psn-filtercloud-container #psn-filtercloud .psn-filtercloud-clearall:before {
  content: "\e90f";
  margin-right: 8px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-container {
  clear: both;
  float: none;
  padding: 19px 0 0; }

#rbsearch #psn-container .psnFilter {
  margin: 0 0 10px; }

#rbsearch #psn-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em; }

#rbsearch #psn-container .psn-headline {
  font-size: 1.125em;
  font-weight: 700;
  background-color: #fff;
  color: #0d2b49;
  padding: 20px 19px; }

#rbsearch #psn-container .psn-headline a {
  display: inline-block;
  width: 100%;
  position: relative;
  color: currentColor;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: inherit;
  font-size: 1em; }

#rbsearch #psn-container .psn-headline a.dc-search-active:after {
  content: "\e94e"; }

#rbsearch #psn-container .psn-headline a.dc-search-active:after, #rbsearch #psn-container .psn-headline a:after {
  font-size: 1.125em;
  position: absolute;
  top: 0;
  right: 0;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-container .psn-headline a:after {
  content: "\e95a"; }

#rbsearch #psn-container .psn-filter-options {
  background-color: #fff;
  font-size: .875em;
  overflow: hidden; }

#rbsearch #psn-container .psn-filter-options li {
  padding: 20px;
  border-top: 1px solid #e8e9e9;
  color: #5a7c91; }

#rbsearch #psn-container .psn-filter-options .checklabel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

#rbsearch #psn-container .psn-filter-options .checklabel.active {
  color: #0d2b49; }

#rbsearch #psn-container .psn-filter-options .checklabel.active .checkimage {
  font-size: 1.2em !important;
  background-color: #002b49;
  color: #fff;
  border: 2px solid #002b49; }

#rbsearch #psn-container .psn-filter-options .checklabel.active .checkimage:before {
  content: "\e90c";
  width: 16px;
  height: 16px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-container .psn-filter-options .checklabel .dc-search-filteroption {
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#rbsearch #psn-container .psn-filter-options .checklabel span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

#rbsearch #psn-container .psn-filter-options .checklabel span.psn-filteroption-count {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: clip; }

#rbsearch #psn-container .psn-filter-options .checklabel span.psn-filteroption-count:before {
  content: "\00a0 ";
  white-space: nowrap; }

#rbsearch #psn-container .psn-filter-options .checklabel .checkimage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0;
  border: 2px solid #5a7c91;
  border-radius: 3px; }

#rbsearch #psn-container .psn-filter-options .checklabel input[type=checkbox]:checked + .checkimage {
  font-size: 1.2em !important;
  background-color: #002b49;
  color: #fff;
  border: 2px solid #002b49; }

#rbsearch #psn-container .psn-filter-options .checklabel input[type=checkbox]:checked + .checkimage:before {
  content: "\e90c";
  width: 16px;
  height: 16px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-container .psnDaterange .psn-filter-options li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #5a7c91;
  text-decoration: none;
  position: relative;
  margin: 0;
  cursor: pointer; }

#rbsearch #psn-container .psnDaterange .psn-filter-options li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  border: 2px solid #5a7c91;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50%; }

#rbsearch #psn-container .psnDaterange .psn-filter-options li a.dc-search-active {
  color: #0d2b49; }

#rbsearch #psn-container .psnDaterange .psn-filter-options li a.dc-search-active:before {
  border: 2px solid #002b49;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGNpcmNsZSBmaWxsPSIjMDAyYjQ5IiBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiLz48L3N2Zz4="); }

#rbsearch #psn-container .rangepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

#rbsearch #psn-container .rangepicker span.label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 10px 0 0; }

#rbsearch #psn-container .rangepicker input.rangedatepicker {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 50% !important;
  flex: 1 0 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: #e5eef2;
  padding: 5px;
  font-size: 1em;
  line-height: 1.375; }

#rbsearch #psn-container .rangepicker a.rangedatepicker.g-btn {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 30px !important;
  flex: 0 0 30px !important;
  width: 30px;
  height: 30px;
  background-color: #a3b9c8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out; }

#rbsearch #psn-container .rangepicker a.rangedatepicker.g-btn:before {
  content: "\e90b";
  font-size: 1.25em;
  border: none;
  border-radius: 0;
  margin: 0 2px 0 0;
  padding: 0;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #psn-container .rangepicker .buttonrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 10px 0; }

#rbsearch #psn-container .rangepicker .buttonrow button {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0cf;
  color: #fff;
  padding: 8px 12.5px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background-color .175s ease-in-out;
  -o-transition: background-color .175s ease-in-out;
  transition: background-color .175s ease-in-out; }

#rbsearch .gsa-results .dc-search-searchinfo, #rbsearch .gsa-results .dc-search-searchinfo > * {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0; }

#rbsearch .gsa-results .dc-search-searchinfo > * {
  text-transform: none !important; }

#rbsearch .gsa-results .dc-search-searchinfo > a {
  color: #00cbff; }

#rbsearch .gsa-result {
  padding: 0;
  font-size: 1em; }

#rbsearch .gsa-result .dc-search-searchinfo {
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #e8e9e9; }

#rbsearch .gsa-result .dc-search-searchinfo > * {
  padding: 20px 0;
  margin: 0;
  font-size: 1em;
  color: #0d2b49;
  font-weight: 400; }

#rbsearch .gsa-result .dc-search-results {
  padding: 0 0 30px 5px; }

#rbsearch .gsa-result .dc-search-results a img {
  height: 100px;
  width: 100px;
  margin: 0 15px 15px 0;
  padding: 5px;
  float: left;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #e9e9e9; }

#rbsearch .gsa-result .dc-search-results h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.3;
  text-transform: none !important; }

#rbsearch .gsa-result .dc-search-results h2 a {
  color: #0d2b49;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 1em;
  max-width: 650px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

#rbsearch .gsa-result .dc-search-results h2 a b {
  vertical-align: inherit; }

#rbsearch .gsa-result .dc-search-results h2 a .file-type {
  vertical-align: top;
  display: inline-block;
  background-color: #0d2b49;
  color: #fff;
  letter-spacing: -.05rem;
  padding: 0 3px;
  margin: 0 3px 0 0;
  font-weight: 400;
  font-size: .625em; }

#rbsearch .gsa-result .dc-search-results h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #5a7c91;
  font-weight: 400;
  font-size: .875em;
  line-height: 1.4286; }

#rbsearch .gsa-result .dc-search-results h3 a {
  color: currentColor;
  text-decoration: none;
  font-size: 1em; }

#rbsearch .gsa-result .dc-search-results p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.375; }

#rbsearch .gsa-result .dc-search-results .f {
  color: #5a7c91;
  font-size: .875em;
  line-height: 1.25;
  text-decoration: none; }

#rbsearch .accordeon {
  margin-bottom: 20px; }

#rbsearch .page-loader-button {
  display: block;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0cf;
  color: #fff;
  padding: 13px 25px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background-color .175s ease-in-out;
  -o-transition: background-color .175s ease-in-out;
  transition: background-color .175s ease-in-out; }

#rbsearch .page-loader-button:hover {
  background-color: #00b8e6; }

#rbsearch .scroll-top {
  color: #5a7c91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1em;
  cursor: pointer; }

#rbsearch .scroll-top[target=eshop-accordeon] {
  margin-bottom: 60px; }

#rbsearch .scroll-top:before {
  content: "\e903";
  font-size: 1em;
  margin-right: 8px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-page-loader, #rbsearch #gsa-page-loader {
  background: url(../pic/ico_loading_thickbox.gif) no-repeat 0 0;
  width: 34px;
  height: 34px;
  margin: 0 auto 20px;
  display: none; }

#rbsearch #dc-search-preloader {
  width: 32px;
  height: 32px;
  margin: 18px auto;
  background-image: url(../pic/ico_loading_thickbox.gif); }

#rbsearch #eshop-accordeon .dc-search-searchinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#rbsearch #eshop-accordeon .dc-search-searchinfo .eshop_headline {
  font-size: 1em;
  font-family: Bosch Sans;
  font-weight: 400; }

#rbsearch #eshop-accordeon .dc-search-searchinfo .shopping-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0d2b49;
  font-size: 1em;
  font-family: Bosch Sans;
  font-weight: 500; }

#rbsearch #eshop-accordeon .dc-search-searchinfo .shopping-cart-button:after {
  margin-left: 6px;
  content: "\e902";
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon #eshop-result-box .noresult {
  font-size: 1em;
  font-weight: 400;
  text-transform: none !important;
  margin: 0;
  padding: 0; }

#rbsearch #eshop-accordeon .product-table {
  width: 100%;
  vertical-align: top;
  table-layout: fixed;
  margin-bottom: 25px;
  border: none; }

#rbsearch #eshop-accordeon .product-table .table-head {
  width: 100%;
  height: 1px; }

#rbsearch #eshop-accordeon .product-table .table-head td {
  font-family: Bosch Sans;
  font-size: 1em;
  padding: 20px 0;
  background-color: transparent;
  border-top: 1px solid #d1dde5;
  border-bottom: 1px solid #d1dde5;
  color: #5a7c91; }

#rbsearch #eshop-accordeon .product-table .table-head td .nl {
  word-wrap: break-word; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info {
  position: relative; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-button.info {
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  vertical-align: middle; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-button.info:before {
  display: inline-block;
  content: "\e946";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content-popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  top: -1px;
  left: -15px;
  background-color: #fff;
  z-index: 1001; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-content-headline {
  font-family: Bosch Sans;
  font-size: 1em;
  padding: 20px 15px;
  background-color: #fff;
  color: #5a7c91;
  border-top: 1px solid transparent; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-hr {
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d1dde5; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-box img {
  width: calc(100% - 30px);
  margin: 0;
  padding: 10px 15px; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-text {
  cursor: auto;
  color: #000;
  padding: 0 15px 10px;
  font-size: .625em; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-text ol {
  margin: 0;
  padding: 0;
  list-style: none; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-info .info-content .info-text ol li {
  list-style-position: inside;
  line-height: 1.6;
  padding: 0; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  font-size: 1em; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort.name_A .arrow-sort-up:before {
  color: #5a7c91; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort.name_A .arrow-sort-down:before, #rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort.name_D .arrow-sort-up:before {
  color: #a3bac8; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort.name_D .arrow-sort-down:before {
  color: #5a7c91; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort .arrow-sort-up {
  display: inline-block;
  position: relative;
  line-height: 0;
  pointer-events: none; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort .arrow-sort-up:before {
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 1em;
  line-height: .5;
  display: block;
  height: 10px; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort .arrow-sort-down {
  display: inline-block;
  position: relative;
  line-height: 0;
  pointer-events: none; }

#rbsearch #eshop-accordeon .product-table .table-head td .arrow-sort .arrow-sort-down:before {
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1em;
  line-height: .5;
  display: block;
  height: 10px; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto {
  position: relative; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-icon {
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  vertical-align: middle; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-icon:before {
  display: inline-block;
  content: "\e98d";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-icon.active:before {
  content: "\e980"; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup {
  display: none;
  position: absolute;
  z-index: 1001;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  top: -1px;
  left: -15px;
  background-color: #fff; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup .eshop-filter-popup-headline {
  font-family: Bosch Sans;
  font-size: 1em;
  padding: 20px 15px;
  color: #5a7c91;
  border-top: 1px solid transparent; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup .eshop-filter-popup-hr {
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d1dde5; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul {
  margin: 0;
  padding: 0 0 5px 15px;
  list-style: none;
  pointer-events: all;
  font-size: .875em; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 0; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label input {
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .checkimage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 0 0;
  border: 2px solid #5a7c91;
  border-radius: 3px; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label input[type=checkbox]:checked + .checkimage {
  font-size: 1.2em !important;
  background-color: #002b49;
  color: #fff;
  border: 2px solid #002b49; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label input[type=checkbox]:checked + .checkimage:before {
  content: "\e90c";
  width: 16px;
  height: 16px;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .ac-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .ac-icon.goto-icon {
  background: url(../pic/icon-goto-label.png) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .ac-icon.srdc-icon {
  background: url(../pic/icon-srdc-label.png) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .ac-icon.dcma-icon {
  background: url(../pic/icon-dcma-label.jpg) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-head td.contains-goto .eshop-filter-popup ul .ac-filter label .text .filter-count {
  display: none;
  margin: 0;
  padding: 0; }

#rbsearch #eshop-accordeon .product-table .table-loop {
  width: 100%;
  height: 1px; }

#rbsearch #eshop-accordeon .product-table .table-loop p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1em;
  line-height: 1; }

#rbsearch #eshop-accordeon .product-table .table-loop a {
  font-size: 1em;
  color: #00cbff;
  text-decoration: none; }

#rbsearch #eshop-accordeon .product-table .table-loop a * {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit; }

#rbsearch #eshop-accordeon .product-table .table-loop td {
  font-family: Bosch Sans;
  font-size: 1em;
  padding: 9px 10px 9px 0;
  background-color: transparent;
  border-bottom: 1px solid #e8e9e9;
  color: #000;
  vertical-align: top;
  word-wrap: break-word; }

#rbsearch #eshop-accordeon .product-table .table-loop td .twt-dp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#rbsearch #eshop-accordeon .product-table .table-loop td .twt-dp .ac-text {
  font-size: .875em; }

#rbsearch #eshop-accordeon .product-table .table-loop td .ac-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block; }

#rbsearch #eshop-accordeon .product-table .table-loop td .ac-icon.goto-icon {
  background: url(../pic/icon-goto-label.png) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-loop td .ac-icon.srdc-icon {
  background: url(../pic/icon-srdc-label.png) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-loop td .ac-icon.dcma-icon {
  background: url(../pic/icon-dcma-label.jpg) no-repeat;
  background-size: contain; }

#rbsearch #eshop-accordeon .product-table .table-loop td .ac-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#rbsearch #eshop-accordeon .product-table .table-loop td .g-input {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e5eef2;
  padding: 9px;
  font-size: 1em;
  line-height: 1.375;
  width: calc(100% - 18px); }

#rbsearch #eshop-accordeon .product-table .table-loop td .g-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 1em;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-cal {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background-color: #a3b9c8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-cal:hover {
  background-color: #93adbe; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-cal:before {
  content: "\e90b";
  font-size: 1.25em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-basket {
  background-color: #de1223;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-basket:hover {
  background-color: #d10516; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-basket:before {
  content: "\e966";
  font-size: 1.25em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-configuration {
  background-color: #de1223;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-configuration:hover {
  background-color: #d10516; }

#rbsearch #eshop-accordeon .product-table .table-loop td .i-configuration:before {
  content: "\e920";
  font-size: 1.25em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#rbsearch #eshop-accordeon .product-table .table-loop td .twt-datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }

#ui-datepicker-div {
  width: auto;
  z-index: 999 !important;
  background-color: white !important;
  padding: 9px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  font-size: 16px; }

#ui-datepicker-div .ui-icon {
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  width: 0;
  height: 0; }

#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-year {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 1.2em;
  line-height: 0;
  cursor: pointer;
  color: #728b9b; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-year:before {
  content: "\e930";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.2em;
  line-height: 0;
  cursor: pointer;
  color: #728b9b; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\e901";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 1.2em;
  line-height: 0;
  cursor: pointer;
  color: #728b9b; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  content: "\e902";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-year {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 1.2em;
  line-height: 0;
  cursor: pointer;
  color: #728b9b; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-year:before {
  content: "\e931";
  font-size: 1em;
  font-family: dc-icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  font-size: 1em;
  border-collapse: collapse;
  border: none; }

#ui-datepicker-div .ui-datepicker-calendar th {
  font-weight: 700; }

#ui-datepicker-div .ui-datepicker-calendar tbody td {
  padding: 3px; }

#ui-datepicker-div .ui-datepicker-calendar tbody td > * {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #728b9b;
  background: none;
  background-color: #ececec;
  border: 0 solid transparent !important;
  outline: 0 !important;
  width: 26px !important;
  font-weight: 600;
  font-size: .8125em;
  line-height: 1.46;
  text-align: center; }

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today > * {
  color: #ececec;
  background-color: #728b9b !important; }

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-week-end > * {
  color: #b1b1b1; }

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-state-disabled {
  opacity: .35; }